pub unsafe fn MappingRecognizeText(
    pserviceinfo: *const MAPPING_SERVICE_INFO,
    psztext: &[u16],
    dwindex: u32,
    poptions: Option<*const MAPPING_OPTIONS>,
    pbag: *mut MAPPING_PROPERTY_BAG
) -> Result<()>