NativeD_TIMLogin typedef
NativeD_TIMLogin =
Int Function(Pointer<Uint8> user_id, Pointer<Uint8> user_sig, Pointer<Uint8> user_data)
Implementation
typedef NativeD_TIMLogin = ffi.Int Function(ffi.Pointer<ffi.Uint8> user_id, ffi.Pointer<ffi.Uint8> user_sig, ffi.Pointer<ffi.Uint8> user_data);