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