Annotation Interface FFMFunctionAddress


@Target({TYPE,METHOD}) @Retention(RUNTIME) public @interface FFMFunctionAddress
When specified, the native function address will be passed explicitly on every call as the first argument, which must be of type MemorySegment.

When specified at the interface level, it is as if every method in the interface is annotated with @FFMFunctionAddress.