PFNGLDETACHOBJECTARBPROCDart typedef
        PFNGLDETACHOBJECTARBPROCDart =
     void Function(Pointer<NativeType>  containerObj, Pointer<NativeType>  attachedObj)
    
    
    
Implementation
typedef PFNGLDETACHOBJECTARBPROCDart =
    void Function(
      Pointer<NativeType> containerObj,
      Pointer<NativeType> attachedObj,
    );