Function list_collections_async

Source
#[unsafe(no_mangle)]
pub extern "C" fn list_collections_async(
    client: *mut ClientWrapper,
    includehist: bool,
    request_id: i32,
    callback: extern "C" fn(wrapper: *mut ListCollectionsResponseWrapper),
)