pub unsafe extern "C" fn draw_text( text: *const c_char, pos_x: c_int, pos_y: c_int, font_size: c_int, color: Color, )
Draw text (using default font)