getopt_long

Function getopt_long 

Source
pub unsafe extern "C" fn getopt_long(
    argc: i32,
    argv: *const *mut u8,
    optstring: *const u8,
    longopts: *const option,
    longindex: *mut i32,
) -> i32