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