Behavior.Undefined
type t = undefined_behavior
val nullpointer_dereference : category
val use_after_free : category
val memory_out_of_bounds_access : category
val double_free : category
val invalid_memory_deallocation : category
val memory_leak : category
val uninitialized : category
val double_locking : category
val other : category
module ArrayOutOfBounds : sig ... end
val from_string_list : string list -> category
val path_show : t -> string list