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