[][src]Function raylib_sys::ffi_funcs::DrawLine

pub unsafe extern "C" fn DrawLine(
    startPosX: c_int,
    startPosY: c_int,
    endPosX: c_int,
    endPosY: c_int,
    color: Color
)