pub fn spawn( entry_point: fn(_: Vec<u8>) -> Vec<u8>, data: Vec<u8>) -> DataJoinHandle
Spawn new runtime task (native).