static LiftRetVal<bool> read(Uint8List buf) { return LiftRetVal(FfiConverterBool.lift(buf.first), 1); }