a64l method

int a64l(
  1. Pointer<Int8> arg0
)

Implementation

int a64l(
  ffi.Pointer<ffi.Int8> arg0,
) {
  return _a64l(
    arg0,
  );
}