1 2 3 4 5
static final MethodHandle {{ handle_name }} = LINKER.downcallHandle( LIB.find("{{ ffi_name }}").orElseThrow(), {{ layout }} );