pub unsafe fn LoadEnclaveImageW<P0>(
    lpenclaveaddress: *const c_void,
    lpimagename: P0
) -> Result<()>
where P0: IntoParam<PCWSTR>,