value_bytes16 method

int value_bytes16(
  1. PtrValue arg1
)

Cross platform interface api for sqlite3_value_bytes16

Implementation

int value_bytes16(cpf.PtrValue arg1) => _sqlite.value_bytes16(arg1);