pub unsafe fn CreateResourceIndexer<P0, P1>(
    projectroot: P0,
    extensiondllpath: P1,
    ppresourceindexer: *mut *mut c_void
) -> Result<()>
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>,