Function CreatePrivateNamespaceA
pub unsafe fn CreatePrivateNamespaceA<P2>(
lpprivatenamespaceattributes: Option<*const SECURITY_ATTRIBUTES>,
lpboundarydescriptor: *const c_void,
lpaliasprefix: P2,
) -> Result<HANDLE>where
P2: Param<PCSTR>,