//! Internal utils, not related to `avutil`
use CStr;
/// `ptr` must be non-null and valid.
/// Ensure that the returned lifetime is correctly bounded.
pub unsafe
/// `ptr` must be null or valid.
/// Ensure that the returned lifetime is correctly bounded.
pub unsafe