pub unsafe fn DsGetIcon<P0>(
    dwflags: u32,
    pszobjectclass: P0,
    cximage: i32,
    cyimage: i32
) -> HICON
where P0: IntoParam<PCWSTR>,