Function uc_mem_map

Source
pub unsafe extern "C" fn uc_mem_map(
    engine: uc_handle,
    address: u64,
    size: size_t,
    perms: u32,
) -> Error