Function BIO_dump_cb

Source
pub unsafe extern "C" fn BIO_dump_cb(
    cb: Option<unsafe extern "C" fn(*const c_void, usize, *mut c_void) -> i32>,
    u: *mut c_void,
    s: *const c_void,
    len: i32,
) -> i32