Function llvm_sys::core::LLVMGetMDString
source · pub unsafe extern "C" fn LLVMGetMDString(
V: LLVMValueRef,
Len: *mut c_uint
) -> *const c_charExpand description
Obtain the underlying string from a MDString value.
Len is written to contain the length of the returned string.