pub unsafe extern "C" fn LLVMGetAsString( c: LLVMValueRef, Length: *mut usize, ) -> *const c_char
Get the given constant data sequential as a string.
@see ConstantDataSequential::getAsString()