pub unsafe fn SetupGetIntField(
    context: *const INFCONTEXT,
    fieldindex: u32,
    integervalue: *mut i32
) -> Result<()>