pub unsafe fn WldpQueryDynamicCodeTrust<P0>(
    filehandle: P0,
    baseimage: Option<*const c_void>,
    imagesize: u32
) -> Result<()>
where P0: IntoParam<HANDLE>,