| 602 | void xcw_native_h264_encoder_request_keyframe(void *handle) { (void)handle; } |
| 603 | |
| 604 | void xcw_native_free_string(char *value) { free(value); } |
| 605 | |
| 606 | void xcw_native_free_bytes(xcw_native_owned_bytes bytes) { free(bytes.data); } |
| 607 |
no outgoing calls
no test coverage detected