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