pub unsafe extern "C" fn C3D_AlphaBlend(
    colorEq: GPU_BLENDEQUATION,
    alphaEq: GPU_BLENDEQUATION,
    srcClr: GPU_BLENDFACTOR,
    dstClr: GPU_BLENDFACTOR,
    srcAlpha: GPU_BLENDFACTOR,
    dstAlpha: GPU_BLENDFACTOR
)