Function mem_map::get[][src]

#[no_mangle]
pub unsafe extern "C" fn get(id: u64) -> *mut c_void
Expand description

get - Gets a pointer to saved data

Returns null pointer when:

  • restricted id was provided
  • no entry in map was found at provided id

Arguments

  • id: u64 - Map key.