aws_lc_sys::x86_64_unknown_linux_gnu_crypto

Function BIO_meth_set_destroy

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