SKIndexRemoveDocument

Function SKIndexRemoveDocument 

Source
pub unsafe extern "C-unwind" fn SKIndexRemoveDocument(
    in_index: &SKIndex,
    in_document: Option<&SKDocument>,
) -> bool
👎Deprecated: renamed to SKIndex::remove_document
Available on crate features SKDocument and SKIndex only.