Function BIO_meth_set_read

Source
pub unsafe extern "C" fn BIO_meth_set_read(
    biom: *mut bio_method_st,
    read: Option<unsafe extern "C" fn(*mut bio_st, *mut i8, i32) -> i32>,
) -> i32