TypedDataCaster<T> typedef
TypedDataCaster<T> =
T Function(TypedData typedData)
T is ByteStruct or ffi.Struct
Implementation
typedef TypedDataCaster<T> = T Function(TypedData typedData);
T is ByteStruct or ffi.Struct
typedef TypedDataCaster<T> = T Function(TypedData typedData);