GDExtensionInterfaceCallableCustomGetUserDataFunction typedef

GDExtensionInterfaceCallableCustomGetUserDataFunction = Pointer<Void> Function(GDExtensionConstTypePtr p_callable, Pointer<Void> p_token)

Implementation

typedef GDExtensionInterfaceCallableCustomGetUserDataFunction =
    ffi.Pointer<ffi.Void> Function(
      GDExtensionConstTypePtr p_callable,
      ffi.Pointer<ffi.Void> p_token,
    );