ZL_TypedRef_createSerial

Function ZL_TypedRef_createSerial 

Source
pub unsafe extern "C" fn ZL_TypedRef_createSerial(
    src: *const c_void,
    srcSize: usize,
) -> *mut ZL_TypedRef
Expand description

Creates a ZL_TypedRef that represents a regular buffer of bytes.

@param src The reference buffer @param srcSize The size of the reference buffer

@returns A ZL_TypedRef* of type ZL_Type_serial.