Function testkit::haskell_binding

source ยท
#[no_mangle]
pub extern "C" fn haskell_binding(
    content: *const c_char,
    collection_id: *const c_char,
) -> Result<Vec<RequestResult>, Box<dyn Error>>