Function BIO_set_callback

Source
pub unsafe extern "C" fn BIO_set_callback(
    b: *mut bio_st,
    callback: Option<unsafe extern "C" fn(*mut bio_st, i32, *const i8, i32, i64, i64) -> i64>,
)