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