Fb.Plane
type 'handle t = {
handle : 'handle;
pitch : int;
offset : int;
}
val v : pitch:int -> ?offset:int -> Buffer.id -> Buffer.id t
val pp_opt : Buffer.id option t Fmt.t