pub unsafe extern "C" fn EVP_PKEY_CTX_set_rsa_keygen_bits(
    ctx: *mut EVP_PKEY_CTX,
    bits: c_int
) -> c_int