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