//! Quality of life macros
/// Begins drawing, creates a new scope, executes code, then cleans up
///
/// ## Example
/// ```no_run
/// # use raylib_ffi::draw;
/// # fn main(){ unsafe {
/// draw!({
/// // Graphics code here..
/// });
/// # }}
/// ```
/// Converts a string to `*const i8` for use with raylib