pub unsafe fn CredFindBestCredentialA<P0>( targetname: P0, type: u32, flags: u32, credential: *mut *mut CREDENTIALA, ) -> Result<()>where P0: Param<PCSTR>,