Function rustpython_vm::stdlib::errno::errors::getopt_long
source · pub unsafe extern "C" fn getopt_long(
argc: i32,
argv: *const *mut i8,
optstring: *const i8,
longopts: *const option,
longindex: *mut i32
) -> i32