···225225 data_length:int ->
226226 unit ->
227227 rmap_command
228228-(** Like {!rmap_command} but raises [Invalid_argument] on error. *)
228228+(** [rmap_command_exn] is like {!rmap_command} but raises [Invalid_argument] on
229229+ error. *)
229230230231(** {1 RMAP Command Access} *)
231232···356357(** Convert a status to its wire value. *)
357358358359val rmap_status_of_int : int -> rmap_status option
359359-(** Convert a wire value to a status. Returns [None] for undefined codes. *)
360360+(** [rmap_status_of_int n] converts a wire value to a status. Returns [None]
361361+ for undefined codes. *)