LLVMPointerType

Function LLVMPointerType 

Source
pub unsafe extern "C" fn LLVMPointerType(
    ElementType: *mut LLVMType,
    AddressSpace: u32,
) -> *mut LLVMType