Function windows::Win32::Storage::FileSystem::CreateDirectoryW
pub unsafe fn CreateDirectoryW<P0>(
lppathname: P0,
lpsecurityattributes: Option<*const SECURITY_ATTRIBUTES>,
) -> Result<()>where
P0: Param<PCWSTR>,