pub unsafe extern "C" fn LLVMGetStructName(
Ty: LLVMTypeRef,
) -> *const c_charExpand description
Obtain the name of a structure.
@see llvm::StructType::getName()
pub unsafe extern "C" fn LLVMGetStructName(
Ty: LLVMTypeRef,
) -> *const c_charObtain the name of a structure.
@see llvm::StructType::getName()