pub unsafe extern "C" fn ZL_TypedRef_createSerial(
src: *const c_void,
srcSize: usize,
) -> *mut ZL_TypedRefExpand 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.