Function windows::Win32::System::Diagnostics::Debug::ImageGetCertificateData
pub unsafe fn ImageGetCertificateData<P0>(
filehandle: P0,
certificateindex: u32,
certificate: *mut WIN_CERTIFICATE,
requiredlength: *mut u32,
) -> Result<()>where
P0: Param<HANDLE>,