aws_lc_sys

Function BIO_meth_get_destroy

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