Function getopt

pub unsafe extern "C" fn getopt(
    argc: i32,
    argv: *const *mut i8,
    optstr: *const i8,
) -> i32
Available on crate feature dep_sdl3 only.