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