Function BIO_meth_get_ctrl

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