pub unsafe fn ADsGetObject<P0>(
    lpszpathname: P0,
    riid: *const GUID,
    ppobject: *mut *mut c_void
) -> Result<()>
where P0: IntoParam<PCWSTR>,