Function LLVMSetFunctionCallConv

Source
#[no_mangle]
pub extern "C" fn LLVMSetFunctionCallConv(
    Fn: LLVMValueRef,
    CC: c_uint,
)