Interface STBIRFunctionTypes.Istbir_output_callback
- Enclosing class:
STBIRFunctionTypes
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptionvoidinvoke(@NotNull MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3) static MethodHandleof(@NotNull STBIRFunctionTypes.Istbir_output_callback lambda) static MemorySegmentofNative(@NotNull STBIRFunctionTypes.Istbir_output_callback lambda) static MemorySegmentofNative(@NotNull Arena arena, @NotNull STBIRFunctionTypes.Istbir_output_callback lambda)
-
Method Details
-
invoke
void invoke(@Pointer(comment="void*") @NotNull @NotNull MemorySegment p0, int p1, int p2, @Pointer(comment="void*") @NotNull @NotNull MemorySegment p3) -
of
-
ofNative
-
ofNative
static MemorySegment ofNative(@NotNull @NotNull Arena arena, @NotNull @NotNull STBIRFunctionTypes.Istbir_output_callback lambda)
-