Function getopt_long

pub unsafe extern "C" fn getopt_long(
    argc: i32,
    argv: *const *mut i8,
    optstring: *const i8,
    longopts: *const option,
    longindex: *mut i32,
) -> i32
Available on crate feature dep_sdl3 only.