pub unsafe fn WsAlloc(
    heap: *const WS_HEAP,
    size: usize,
    ptr: *mut *mut c_void,
    error: Option<*const WS_ERROR>
) -> Result<()>