Function BIO_meth_set_write_ex

Source
pub unsafe extern "C" fn BIO_meth_set_write_ex(
    biom: *mut bio_method_st,
    bwrite: Option<unsafe extern "C" fn(_: *mut bio_st, _: *const i8, _: usize, _: *mut usize) -> i32>,
) -> i32