pub unsafe extern "C" fn strptime(
    buf: *const i8,
    format: *const i8,
    timeptr: *mut tm
) -> *mut i8