pub unsafe fn GetStandardColorSpaceProfileW<P0>(
    pmachinename: P0,
    dwscs: u32,
    pbuffer: PWSTR,
    pcbsize: *mut u32
) -> BOOL
where P0: IntoParam<PCWSTR>,