[][src]Macro openvino::drop_using_function

macro_rules! drop_using_function {
    ($ty: ty, $free_fn: expr) => { ... };
}

Drop one of the Rust wrapper structures using the provided free function. This relies on all Rust wrapper functions having an instance field pointing to their OpenVINO C structure.