Enum std::c_str::NullByteResolution

pub enum NullByteResolution {
    Truncate,
    ReplaceWith(c_char),
}

Resolution options for the null_byte condition