dlib::ffi_dispatch_static! [] [src]

macro_rules! ffi_dispatch_static(
    ($handle: ident, $name: ident) => (
        $handle.$name
    )
);