pub unsafe extern "C" fn RSA_meth_set_pub_dec( rsa: *mut rsa_meth_st, pub_dec: Option<unsafe extern "C" fn(i32, *const u8, *mut u8, *mut rsa_st, i32) -> i32>, ) -> i32