llvm_sys::core

Function LLVMPointerType

Source
pub unsafe extern "C" fn LLVMPointerType(
    ElementType: LLVMTypeRef,
    AddressSpace: c_uint,
) -> LLVMTypeRef