Function RSA_meth_set_priv_enc

Source
pub unsafe extern "C" fn RSA_meth_set_priv_enc(
    rsa: *mut rsa_meth_st,
    priv_enc: Option<unsafe extern "C" fn(_: i32, _: *const u8, _: *mut u8, _: *mut rsa_st, _: i32) -> i32>,
) -> i32