pub unsafe fn SHCreateDirectory<P0, P1>(hwnd: P0, pszpath: P1) -> i32
where P0: IntoParam<HWND>, P1: IntoParam<PCWSTR>,