windows::Win32::System::Registry

Function RegSaveKeyExA

pub unsafe fn RegSaveKeyExA<P1>(
    hkey: HKEY,
    lpfile: P1,
    lpsecurityattributes: Option<*const SECURITY_ATTRIBUTES>,
    flags: REG_SAVE_FORMAT,
) -> WIN32_ERROR
where P1: Param<PCSTR>,