pub unsafe extern "C" fn zx_system_get_performance_info(
    resource: zx_handle_t,
    topic: u32,
    count: usize,
    info: *mut u8,
    output_count: *mut usize
) -> zx_status_t