aws_lc_sys

Function RSA_meth_set_init

Source
pub unsafe extern "C" fn RSA_meth_set_init(
    meth: *mut RSA_METHOD,
    init: Option<unsafe extern "C" fn(rsa: *mut RSA) -> c_int>,
) -> c_int