public static unsafe bool CreateImpl(ContainerHandle *container) { return(Create(out *container)); }
public static extern unsafe bool CreateImpl(ContainerHandle *container);