Function RSA_generate_key

Source
pub unsafe extern "C" fn RSA_generate_key(
    bits: i32,
    e: u64,
    callback: Option<unsafe extern "C" fn(i32, i32, *mut c_void)>,
    cb_arg: *mut c_void,
) -> *mut rsa_st