openiap_clib

Function insert_many_async

source
#[no_mangle]
pub extern "C" fn insert_many_async(
    client: *mut ClientWrapper,
    options: *mut InsertManyRequestWrapper,
    callback: extern "C" fn(wrapper: *mut InsertManyResponseWrapper),
)