windows::Win32::System::Threading

Function CreatePrivateNamespaceW

pub unsafe fn CreatePrivateNamespaceW<P2>(
    lpprivatenamespaceattributes: Option<*const SECURITY_ATTRIBUTES>,
    lpboundarydescriptor: *const c_void,
    lpaliasprefix: P2,
) -> HANDLE
where P2: Param<PCWSTR>,