Module Bindings.Arg_info
include Arg_info
type direction=|Inin argument.
|Outout argument.
|InOutin and out argument.
The direction of a Arg_info.
val string_of_direction : direction -> string
type transfer=
val string_of_transfert : transfer -> string
type scope_type=Scope type of a Arg_info representing callback, determines how the callback is invoked and is used to decided when the invoke structs can be freed.
val string_of_scope_type : scope_type -> string
module Enums = Arg_info.Enums