pub unsafe extern "system" fn RaiseException(
    dwexceptioncode: u32,
    dwexceptionflags: u32,
    nnumberofarguments: u32,
    lparguments: *const usize
)