Function BIO_meth_set_ctrl

Source
pub unsafe extern "C" fn BIO_meth_set_ctrl(
    biom: *mut bio_method_st,
    ctrl: Option<unsafe extern "C" fn(*mut bio_st, i32, i64, *mut c_void) -> i64>,
) -> i32