Function windows::Win32::System::Registry::RegSaveKeyExA
pub unsafe fn RegSaveKeyExA<P0, P1>(
hkey: P0,
lpfile: P1,
lpsecurityattributes: Option<*const SECURITY_ATTRIBUTES>,
flags: REG_SAVE_FORMAT,
) -> WIN32_ERRORwhere
P0: Param<HKEY>,
P1: Param<PCSTR>,