Function DrawText

Source
pub unsafe extern "C" fn DrawText(
    text: *const c_char,
    posX: c_int,
    posY: c_int,
    fontSize: c_int,
    color: Color,
)