Function LLVMGetParamTypes

Source
pub(crate) unsafe extern "C" fn LLVMGetParamTypes<'a>(
    FunctionTy: &'a Type,
    Dest: *mut &'a Type,
)