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