pub unsafe extern "C" fn g_ascii_strtoll(
    nptr: *const i8,
    endptr: *mut *mut i8,
    base: u32
) -> i64