pub unsafe extern "C" fn nvgGlobalCompositeBlendFunc(
    ctx: *mut NVGcontext,
    sfactor: c_int,
    dfactor: c_int
)