Function RSA_meth_get_pub_enc

Source
pub unsafe extern "C" fn RSA_meth_get_pub_enc(
    meth: *const rsa_meth_st,
) -> Option<unsafe extern "C" fn(i32, *const u8, *mut u8, *mut rsa_st, i32) -> i32>