pub unsafe fn ImportPrivacySettings<P0>(
    pszfilename: P0,
    pfparseprivacypreferences: *mut BOOL,
    pfparsepersiterules: *mut BOOL
) -> BOOL
where P0: IntoParam<PCWSTR>,