pub unsafe fn CreateTable(
    lpinterface: *mut GUID,
    lpallocatebuffer: LPALLOCATEBUFFER,
    lpallocatemore: LPALLOCATEMORE,
    lpfreebuffer: LPFREEBUFFER,
    lpvreserved: *mut c_void,
    ultabletype: u32,
    ulproptagindexcolumn: u32,
    lpsproptagarraycolumns: *mut SPropTagArray,
    lpptabledata: *mut Option<ITableData>
) -> i32