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