Function openssl_sys::BIO_meth_set_write__fixed_rust
source ยท pub unsafe extern "C" fn BIO_meth_set_write__fixed_rust(
biom: *mut BIO_METHOD,
write: Option<unsafe extern "C" fn(_: *mut BIO, _: *const c_char, _: c_int) -> c_int>,
) -> c_int