pub unsafe extern "C" fn LLVMGetTypeByName2(
C: LLVMContextRef,
Name: *const c_char,
) -> LLVMTypeRefExpand description
Obtain a Type from a context by its registered name.
pub unsafe extern "C" fn LLVMGetTypeByName2(
C: LLVMContextRef,
Name: *const c_char,
) -> LLVMTypeRefObtain a Type from a context by its registered name.