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