aws_lc_sys

Function BIO_meth_get_callback_ctrl

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