windows::Win32::System::Registry

Function RegSaveKeyA

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