pub unsafe extern "system" fn ZwSetInformationDebugObject(
    DebugObjectHandle: HANDLE,
    DebugObjectInformationClass: DEBUGOBJECTINFOCLASS,
    DebugInformation: *mut c_void,
    DebugInformationLength: u32,
    ReturnLength: *mut u32
) -> NTSTATUS