pub unsafe fn GetColorDirectoryA<P0>(
    pmachinename: P0,
    pbuffer: PSTR,
    pdwsize: *mut u32
) -> BOOL
where P0: IntoParam<PCSTR>,