Function disableAddrErrorReportingInRange [src]
Disable and re-enable reporting of addressing errors in the
specified address range.
Prototype
pub fn disableAddrErrorReportingInRange(qzz: []u8) usize
Parameters
qzz: []u8
Source
pub fn disableAddrErrorReportingInRange(qzz: []u8) usize {
return doClientRequestExpr(0, // default return
.DisableAddrErrorReportingInRange, @intFromPtr(qzz.ptr), qzz.len, 0, 0, 0);
}