pub unsafe fn RegSaveKeyExW<P0, P1>(
    hkey: P0,
    lpfile: P1,
    lpsecurityattributes: Option<*const SECURITY_ATTRIBUTES>,
    flags: REG_SAVE_FORMAT
) -> WIN32_ERROR
where P0: IntoParam<HKEY>, P1: IntoParam<PCWSTR>,