Function openssl_sys::RSA_set0_crt_params
pub unsafe extern "C" fn RSA_set0_crt_params(r: *mut ::RSA, dmp1: *mut ::BIGNUM, dmq1: *mut ::BIGNUM, iqmp: *mut ::BIGNUM) -> c_int
The portability is definied by:
#[cfg(any(ossl110, libressl273))]