public bool create_shortcut_array(uint num_layers, SWIGTYPE_p_unsigned_int layers) { bool ret = fanndoublePINVOKE.neural_net_create_shortcut_array(swigCPtr, num_layers, SWIGTYPE_p_unsigned_int.getCPtr(layers)); return ret; }