pub unsafe extern "system" fn NtSetInformationDebugObject(
    DebugObjectHandle: HANDLE,
    DebugObjectInformationClass: DEBUGOBJECTINFOCLASS,
    DebugInformation: PVOID,
    DebugInformationLength: ULONG,
    ReturnLength: PULONG
) -> NTSTATUS