Function DrawTexture

Source
pub unsafe extern "C" fn DrawTexture(
    texture: Texture2D,
    posX: c_int,
    posY: c_int,
    tint: Color,
)