Function DrawText

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