module Netmappings:sig..end
 This is an internal module.
type from_uni_list = 
| | 
U_nil | 
| | 
U_single of  | 
| | 
U_double of  | 
| | 
U_array of  | 
val get_to_unicode : string -> int arrayval get_from_unicode : string -> from_uni_list arrayval lock : unit -> unitval unlock : unit -> unit