Type Definition shards::SHTableNext

source · []
pub type SHTableNext = Option<unsafe extern "C" fn(table: SHTable, inIter: *mut SHTableIterator, outKey: *mut SHString, outValue: *mut SHVar) -> SHBool>;