blqd_program_from_binary

Function blqd_program_from_binary 

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

Parse a BLQD binary buffer into a Program handle.