pub type CtxtHandle = SecHandle;
#[repr(C)]pub struct CtxtHandle { pub dwLower: usize, pub dwUpper: usize, }
dwLower: usize
dwUpper: usize