pub unsafe fn LoadEnclaveImageA<P0>(
    lpenclaveaddress: *const c_void,
    lpimagename: P0
) -> BOOL
where P0: IntoParam<PCSTR>,