Skip to main content

lanes_program_to_binary

Function lanes_program_to_binary 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn lanes_program_to_binary( prog: *const LANESProgram, out_data: *mut *mut u8, out_len: *mut usize, ) -> LanesStatus
Expand description

Serialize a Program to native LANES binary format. Caller must free the returned buffer with lanes_free_bytes(out_data, out_len).