Function OPENSSL_buf2hexstr_ex

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