pub unsafe extern "system" fn ZwCreatePrivateNamespace(
    NamespaceHandle: *mut HANDLE,
    DesiredAccess: u32,
    ObjectAttributes: *mut OBJECT_ATTRIBUTES,
    BoundaryDescriptor: *mut OBJECT_BOUNDARY_DESCRIPTOR
) -> NTSTATUS