pub unsafe extern "C" fn nvgGlobalCompositeBlendFuncSeparate(
    ctx: *mut NVGcontext,
    srcRGB: c_int,
    dstRGB: c_int,
    srcAlpha: c_int,
    dstAlpha: c_int
)