Macro add_bind_function_with_module

Source
macro_rules! add_bind_function_with_module {
    ($linker: expr, $module: expr, $func: expr) => { ... };
}