invoke_f_bool function

bool invoke_f_bool(
  1. Pointer<Utf8> p
)

Implementation

bool invoke_f_bool(ffi.Pointer<Utf8> p) => invoke_f_any(p);