string2Offset

Function string2Offset 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn string2Offset(s: *const c_char) -> usize
Expand description

C FFI: Parse a hexadecimal string to a numeric offset.

§Safety

The s parameter must be a valid null-terminated C string.

§Returns

Parsed offset value, or 0 if parsing fails.