Function BIO_meth_set_write

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