SpecialPointers
type spec = {
pointer : bool;
freeable : bool;
writeable : bool;
initialized : bool;
}
val initialize : unit -> unit
val pointer_of_term : Frama_c_kernel.Cil_types.term -> spec option