Function OPENSSL_strtoul

Source
pub unsafe extern "C" fn OPENSSL_strtoul(
    str_: *const i8,
    endptr: *mut *mut i8,
    base: i32,
    num: *mut u64,
) -> i32