pub fn abstract_class_declaration(
    name: &str,
    functions_declaration: &str
) -> String
Expand description

Creates a class that maps onto the custom structures with methods that are available in the FFI. The ownership depends on the source from which the object is created.