[][src]Function xaynet::sdk::api::is_next_round

#[no_mangle]pub unsafe extern "C" fn is_next_round(client: *mut FFIClient) -> bool

Checks if the next round has started.

Errors

Ignores null pointer clients and returns false immediately.

Safety

The method dereferences from the raw pointer arguments. Therefore, the behavior of the method is undefined if the arguments don't point to valid objects.