NativeD_TIMSetSelfStatus typedef
        NativeD_TIMSetSelfStatus =
     Int Function(Pointer<Uint8>  json_current_user_status, Pointer<Uint8>  user_data)
    
    
    
Implementation
typedef NativeD_TIMSetSelfStatus = ffi.Int Function(ffi.Pointer<ffi.Uint8> json_current_user_status, ffi.Pointer<ffi.Uint8> user_data);