pub unsafe extern "C" fn RSA_new_private_key_no_crt(
    n: *const BIGNUM,
    e: *const BIGNUM,
    d: *const BIGNUM
) -> *mut RSA