pub fn make_table(
    addr: AccountAddress,
    elems: &[(&str, &str, NativeFunction)]
) -> NativeFunctionTable