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