#[unsafe(no_mangle)]pub unsafe extern "C" fn pamoja_window_len(
window: *const PamojaWindow,
) -> usizeExpand description
Returns how many readings a window holds.
§Returns
The count, or 0 if window is null.
§Safety
window must be a live handle from pamoja_window_new, or null.