Attribute Macro capture_context
#[capture_context]Expand description
Capture the context from the local context to the function impl.
TODO: The macro will be merged to #[function(.., capture_context(..))] later.
Currently, we should use the macro separately with a simple wrapper.