Function BIO_callback_ctrl

Source
pub unsafe extern "C" fn BIO_callback_ctrl(
    b: *mut bio_st,
    cmd: i32,
    fp: Option<unsafe extern "C" fn(_: *mut bio_st, _: i32, _: i32) -> i32>,
) -> i64