pub unsafe fn JetOSSnapshotPrepareInstance<P0, P1>(
    snapid: P0,
    instance: P1,
    grbit: u32
) -> i32
where P0: IntoParam<JET_OSSNAPID>, P1: IntoParam<JET_INSTANCE>,