#[unsafe(no_mangle)]pub unsafe extern "C" fn lanes_program_from_binary(
data: *const u8,
len: usize,
out: *mut *mut LANESProgram,
) -> LanesStatusExpand description
Parse a native LANES binary buffer into a Program handle.
#[unsafe(no_mangle)]pub unsafe extern "C" fn lanes_program_from_binary(
data: *const u8,
len: usize,
out: *mut *mut LANESProgram,
) -> LanesStatusParse a native LANES binary buffer into a Program handle.