pub unsafe extern "system" fn ZwSetInformationObject(
    Handle: HANDLE,
    ObjectInformationClass: OBJECT_INFORMATION_CLASS,
    ObjectInformation: *mut c_void,
    ObjectInformationLength: u32
) -> NTSTATUS