Function OPENSSL_hexstr2buf_ex

Source
pub unsafe extern "C" fn OPENSSL_hexstr2buf_ex(
    buf: *mut u8,
    buf_n: usize,
    buflen: *mut usize,
    str_: *const i8,
    sep: i8,
) -> i32