Skip to main content

BIO_meth_get_read

Function BIO_meth_get_read 

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