Function BIO_meth_get_write_ex

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