Function sc_hex_to_bin

Source
pub unsafe extern "C" fn sc_hex_to_bin(
    in_: *const c_char,
    out: *mut u8,
    outlen: *mut size_t,
) -> c_int