Annotation Interface FFMCLong


@Target({METHOD,PARAMETER}) @Retention(RUNTIME) public @interface FFMCLong
Marks a long parameter or return value as a C long.

Such values will be treated as 64-bit values on LP64 platforms (ValueLayout.JAVA_LONG) and 32-bit values on LLP64/32-bit platforms (ValueLayout.JAVA_INT).