bufwriteln

Macro bufwriteln 

Source
macro_rules! bufwriteln {
    ($dst:expr, :>$offset:expr, $($args:tt)*) => { ... };
    ($dst:expr, $($args:tt)*) => { ... };
}