LLVMPointerType

Function LLVMPointerType 

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