LLVMGetNamedGlobalWithLength

Function LLVMGetNamedGlobalWithLength 

Source
pub unsafe extern "C" fn LLVMGetNamedGlobalWithLength(
    M: LLVMModuleRef,
    Name: *const c_char,
    Length: usize,
) -> LLVMValueRef