Function LLVMConstBitCast

Source
#[no_mangle]
pub extern "C" fn LLVMConstBitCast(
    ConstantVal: LLVMValueRef,
    ToType: LLVMTypeRef,
) -> LLVMValueRef