use crateError;
/// Gets the length of a null terminated string
/// # Safety
/// Safe only if the pointer is null terminated
pub const unsafe
/// Gets the length up until null termination for this buffer
/// # Errors
/// Buffer isn't null terminated
pub const