pub unsafe fn OpenPrivateNamespaceA<P0>(
    lpboundarydescriptor: *const c_void,
    lpaliasprefix: P0
) -> HANDLE
where P0: IntoParam<PCSTR>,