#[unsafe(no_mangle)]pub extern "C" fn annis_component_layer(
c: *const AnnotationComponent,
) -> *mut c_charExpand description
Get the layer of the given component.
The returned string must be deallocated by the caller using annis_str_free()!
#[unsafe(no_mangle)]pub extern "C" fn annis_component_layer(
c: *const AnnotationComponent,
) -> *mut c_charGet the layer of the given component.
The returned string must be deallocated by the caller using annis_str_free()!