pub unsafe extern "C" fn LLVMGetTargetExtTypeTypeParam(
TargetExtTy: LLVMTypeRef,
Idx: c_uint,
) -> LLVMTypeRef
Expand description
Get the type parameter at the given index for the target extension type.
pub unsafe extern "C" fn LLVMGetTargetExtTypeTypeParam(
TargetExtTy: LLVMTypeRef,
Idx: c_uint,
) -> LLVMTypeRef
Get the type parameter at the given index for the target extension type.