invoke_f_int function

int invoke_f_int(
  1. Pointer<Utf8> p
)

Implementation

int invoke_f_int(ffi.Pointer<Utf8> p) => invoke_f_any(p);