Function windows::Win32::Storage::Jet::JetGetSystemParameterA
pub unsafe fn JetGetSystemParameterA<P0, P1>(
instance: P0,
sesid: P1,
paramid: u32,
plparam: Option<*mut JET_API_PTR>,
szparam: Option<&mut [u8]>,
) -> i32where
P0: Param<JET_INSTANCE>,
P1: Param<JET_SESID>,