openiap_clib

Function get_indexes_async

source
#[no_mangle]
pub extern "C" fn get_indexes_async(
    client: *mut ClientWrapper,
    collectionname: *const c_char,
    callback: extern "C" fn(wrapper: *mut GetIndexesResponseWrapper),
)