Function haskell_binding

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