Skip to main content

lanes_program_from_binary

Function lanes_program_from_binary 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn lanes_program_from_binary( data: *const u8, len: usize, out: *mut *mut LANESProgram, ) -> LanesStatus
Expand description

Parse a native LANES binary buffer into a Program handle.