LLVMGetTypeByName

Function LLVMGetTypeByName 

Source
pub unsafe extern "C" fn LLVMGetTypeByName(
    M: *mut LLVMModule,
    Name: *const i8,
) -> *mut LLVMType