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