Function windows::Win32::Storage::Jet::JetRenameTableA

pub unsafe fn JetRenameTableA<P0>(
    sesid: P0,
    dbid: u32,
    szname: *const i8,
    sznamenew: *const i8,
) -> i32
where P0: Param<JET_SESID>,