ZL_Input_ptr

Function ZL_Input_ptr 

Source
pub unsafe extern "C" fn ZL_Input_ptr(
    input: *const ZL_Input,
) -> *const c_void
Expand description

These methods provide direct access to internal buffer. Warning : users must pay attention to buffer boundaries. @return pointer to the beginning of buffer. @note for ZL_Type_string, returns a pointer to the buffer containing the concatenated strings.