Calling conventions in function pointer type not working

When trying to use start: *const (*Backend) callconv(.c) bool as a struct field, zig fmt reports that a comma was expected after the field (at the col between ‘)’ and callconv.)

*const fn ...

thanks, idk how i managed to miss it in that line