Function strptime_l

Source
pub unsafe extern "C" fn strptime_l(
    __s: *const i8,
    __fmt: *const i8,
    __tp: *mut tm,
    __loc: *mut __locale_struct,
) -> *mut i8