package Predicate10_Pkg istype I_Array is array(Positiverange<>)of accessInteger;subtype NI_Array is I_Array with Dynamic_Predicate =>(for all I of NI_Array => I /=null);type I_Pointer is accessInteger;procedure Foo (
Length :Natural;
Initial : I_Pointer
);end;