[][src]Function llvm_sys::core::LLVMGetMDString

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

Obtain the underlying string from a MDString value.

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