windows::Win32::UI::Shell

Function SHCreateDirectoryExA

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