pub unsafe extern "C" fn Gfx_SetDynamicVbData(
    vb: GfxResourceID,
    vertices: *mut c_void,
    vCount: c_int
)