Function llvm_sys::core::LLVMGetMDString

source ยท
pub unsafe extern "C" fn LLVMGetMDString(
    V: LLVMValueRef,
    Len: *mut c_uint
) -> *const c_char
Expand description

Obtain the underlying string from a MDString value.

Len is written to contain the length of the returned string.