strint_to_int64

Function strint_to_int64 

Source
pub unsafe extern "C" fn strint_to_int64(
    str_: *const c_char,
    end: *mut *mut c_char,
    out: *mut i64,
    base: u8,
) -> StrintParseError
Expand description

See strint_to_uint32