Skip to main content

BIO_meth_get_write

Function BIO_meth_get_write 

Source
pub unsafe extern "C" fn BIO_meth_get_write(
    method: *const BIO_METHOD,
) -> Option<unsafe extern "C" fn(method: *mut BIO, arg1: *const c_char, arg2: c_int) -> c_int>