Function strptime

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