Function windows::Win32::UI::Shell::SHCreateDirectoryExA

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