Function LLVMConstIntOfString

Source
pub unsafe extern "C" fn LLVMConstIntOfString(
    IntTy: *mut LLVMType,
    Text: *const i8,
    Radix: u8,
) -> *mut LLVMValue