Function LLVMGetMDString

Source
pub unsafe extern "C" fn LLVMGetMDString(
    V: *mut LLVMValue,
    Len: *mut u32,
) -> *const i8
Expand description

Obtain the underlying string from a MDString value.

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