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