windows::Win32::UI::Shell

Function SHCreateDirectoryExW

pub unsafe fn SHCreateDirectoryExW<P1>(
    hwnd: Option<HWND>,
    pszpath: P1,
    psa: Option<*const SECURITY_ATTRIBUTES>,
) -> i32
where P1: Param<PCWSTR>,