use crateffi;
/// RAII implementation which automatically calls
/// [`MFShutdown`](https://learn.microsoft.com/en-us/windows/win32/api/mfapi/nf-mfapi-mfshutdown)
/// when the object goes out of scope.
///
/// Returned by [`MFStartup`](crate::MFStartup).