Function bssl_sys::BIO_hexdump

source ·
pub unsafe extern "C" fn BIO_hexdump(
    bio: *mut BIO,
    data: *const u8,
    len: usize,
    indent: c_uint
) -> c_int