pub type LStrPtr = UPtr<LStr>;
Definition of a pointer to an LabVIEW String. Helper for FFI definition.
pub struct LStrPtr(/* private fields */);